home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- global gTempThumMember
- set gTempThumMember to the member of sprite 43
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- set the member of sprite 43 to "title" & string(the currentSpriteNum - 30)
- end
-
- on mouseDown
- global gVideoDuration, gVidVol, gVideoSize
- set the mrate of sprite(7) to 0
- set the member of sprite 7 to "vid" & char 9 of the name of member the member of sprite the currentSpriteNum
- set the member of sprite 34 to "vidThumb40"
- set the member of sprite 35 to "vidThumb50"
- set the member of sprite 36 to "vidThumb60"
- updateStage()
- set the member of sprite the currentSpriteNum to char 1 to 9 of the name of member the member of sprite the currentSpriteNum & "1"
- set gVideoDuration to the duration of member ("vid" & char 9 of the name of member the member of sprite the currentSpriteNum)
- updateStage()
- set the mrate of sprite(7) to 1
- set the volume of sprite 7 to gVidVol
- end
-
- on mouseLeave
- global gTempThumMember
- set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
- if the last char in the name of member the member of sprite the currentSpriteNum = "0" then
- set the member of sprite 43 to gTempThumMember
- end if
- end
-